Class org.omg.CORBA.DoubleHolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.DoubleHolder

java.lang.Object
   |
   +----org.omg.CORBA.DoubleHolder

public final class DoubleHolder
extends Object
A Holder class for doubles for use with out and in/out IDL parameters.

Variable Index

 o value
the double value held by the DoubleHolder

Constructor Index

 o DoubleHolder()
construct the DoubleHolder with null initial value
 o DoubleHolder(double)
construct the DoubleHolder with the given double

Variables

 o value
  public double value
the double value held by the DoubleHolder

Constructors

 o DoubleHolder
  public DoubleHolder()
construct the DoubleHolder with null initial value
 o DoubleHolder
  public DoubleHolder(double initial)
construct the DoubleHolder with the given double
Parameters:
initial - the double used to initialize the DoubleHolder value

All Packages  Class Hierarchy  This Package  Previous  Next  Index